Here’s the text of a previous answer I wrote about multiple domains that might (along with htaccess or a redirect plugin) get you where you want to be.
I’ve never tried this but remember seeing it sometime back so I’d try this first.
https://myjeeva.com/mapping-multiple-domains-into-single-instance-of-wordpress.html
There’s also a plugin that might work for you.
Hope one of these helps.
]]>This sounds like a simple switch operation based on the subdomain.
But it definetly needs some coding.
This one to get the subdomain:
https://ca3.php.net/manual/en/function.parse-url.php
Then jus tdo a switch / case to decide which link to present.
]]>