How to trigger ion-back-button's action programmatically

I am building the ionic application with many tabs and global pages. ion-back-button in the tab page is working well. But when I click one button in the tab page, I need to get back two step like as ion-back-button does. So I hope to trigger ion-back-button’s action twice. Is there any solution for this?
Thanks.