Everything is simpler with B4XPages.
You can directly call methods of other pages.
Best to create the other page with B4XPages.AddPageAndCreate.
SecondPage.ShowInfo("info")
B4XPages.ShowPage("second page id")
You can also call ShowPage from ShowInfo.