I have read that SSIS performs variable lock in scripts. So when scriptA and script B use the same variable one of them will wait for the other to finish.
Still I dont know id this is the same for Connection Strings.
For example I have two HTTP Connections being used in two webservices. if they are called constantly I am testing what happens.