Nope. An environment variable has its own scope for a particular thread. If you want to split the value between two threads, you will have to pass it as a message or use custom properties (UDP) to set it for all threads in the execution group.
source
share