How can I access to the same post-type “page” from multiple different urls?

If you want to redirect the one page to another page then it is possible with the .htaccess file, add the below rule in the .htaccess:

Redirect 301 http://domain/center1/ https://example.com/sample-page

Don’t forget to change the example URL. You will able to add multiple redirects rule in .htaccess file, according to your need.