I have multiple questions.
Can I mix the goals of another project while executing mvn command on current
Just mvn --help would have answered the first question:
mvn --help
mvn -f otherPomFile.xml
No. You can simple execute the phases for the current project you are in. You can give multiple phases like
mvn clean install site site:deploy