how to register a second page-template

After a quick look at the structure, I got to say it appears pretty standard.

Simply follow the codex article on creating a page template and drop the new file in the theme’s root directory. Done.

Any custom template for multiple pages should start like this:

<?php
/*
Template Name: WPSE Template Example
*/