xamarin forms tabbed page navigate to child code example
Example: Xamarin.Forms - How to navigate to a tabbed page child page
((TabbedPage)((NavigationPage)Application.Current.MainPage).RootPage).CurrentPage = new Home(); // page you want to navigate to