[question] multiple instances of the same runner

Can I safely run multiple instances of the same runner?

For example, by manually running gitlab-ci-multi-runner run-single on several different machines (with each instance using the same URL and token). Or even multiple times on the same machine

Thanks.