1. Put a Javascript to bubble element on your index page, and set it to trigger an event (note: it must be visible on the page in order to work).

  2. When that event is triggered, show the popup (probably by triggering a custom event in the relevant RE).

  3. Then, in your other RE just call that JabascriptToBubble function with a Run JavaScript action.