It should work just fine. That's what the request tags are for - so you can tell apart different requests. However, the responses could arrive in a completely different order to the way you made the requests, so don't code anything expecting A to come back first, then B, then C etc.