Two Kibana Instances on Single Server

We have two different Elasticsearch clusters in our environment, and each cluster has a separate server that runs Kibana. I want to combine the two UI servers running Kibana into one. Is there a simple way of running two instances of Kibana on the same server, with each one pointing to a different Elasticsearch cluster?

Just run two instances on different ports with different configs, solved!

In particular, make sure to make sure each is pointing to a different Kibana config index name.