Navigator for login view and menu subviews

I am implementing a navigator to change between views like SignupView, LoginView, and MenuView,
however I have many views within menu, so the menu works like a header.

Is it possible to use another navigator inside the MenuView ?
Is there a more correct way to implement this?

Thank you in advance!