Is there any way to show okta login page always if multiple user wants to login from single browser?

Hi,

If it is an OIDC app you can enforce login to popup by having prompt=login in the authorize call. Otherwise if it is an SAML app the equivalent query will be ForceAuthn=true [this only works for iframe pop-up not the SP login to the app.]