I tried to use this answer to start another instance of Spring Boot
Spring Boot - how to configure port
mvn spring-boot:run -Dserver.port=8081
It gave an error
***************************
APPLICATION FAILED TO START
***************************
Description:
The Tomcat connector configured to listen on port 8080 failed to start.
It also restarted the other instance (live reload?).