You mean Single Page Application a.k.a SPA. You have two options. rewire your current WP and use ajax based page requests, or you rewrite your website with a framework like React, Angular, Vue to make it modular. In the end neither will reload your page, but all content changes happen in shadows :)