run mutiple sass files at once

Shell
sass --watch src/file1.scss:dist/file1.css src/file2.scss:dist/file2.css
Source

Also in Shell: