Custom taxonomy archive slug overwrites static page

It is not possible. When wordpress is parsing the URL, pages are the lowest priority (or fallback default), which means that anything with the same url that is not a page will “win” over them.

You just need to use the same code you wrote for the template of the page for the archieve. You can use the explanation about file names here to make it very easy to target specific taxonomies or terms