Changing permalink name redirects to another template?

Yes, this is the intended behaviour:

page-{slug}.php – If the page slug is recent-news, WordPress will look
to use page-recent-news.php

So, simply use a different filename for your templates, like template-contact.php for example. You can find more info about this here:

https://codex.wordpress.org/Template_Hierarchy