I don't know if it's possble to add another address in the 'contact us' page in admin area...
But, you may want to modify a template file manually.
/includes/templates/template_default/templates/tpl_contact_us_default.php
around line 50 after this code
PHP Code:
<?php
/**
* require html_define for the contact_us page
*/
require($define_page);
?>
</div>
<?php } ?>
"your address information will be here"
This will show your another address botton of your first address.
I don't know if you changed contact us page before, but if not it should be working.