@Lokesh Kumar Thanks for reaching out. The behavior you are seeing is by design as all the first party apps allow browsers to cache the ID token in browser local storage.
So it will always use the latest session cookies.
Changing browser or using inprivate session would help. But this will not change anything with respect to same browser multiple tab scenarios.
If you are developing apps, you can use MSAL to use Session storage which does not allow the session to share between different tabs thus not allowing the browser to cache anything at local storage.
-----------------------------------------------------------------------------------------------------------------
If the suggested response helped you resolve your issue, please do not forget to accept the response as Answer and "Up-Vote" for the answer that helped you for benefit of the community.