I want to know how to navigate between ion-tabs with an ion-button

I would like to change the page with a label instead of pressing on the label
<ion-tab [root]=“tab2Root” tabTitle=“About” tabIcon=“information-circle”>


In this way, I would like to change my page, and in the same way that the ABOUT TAB is selected, i would greatly appreciate your response.