No.
Virtual machines get their speed by running the same type of machine code as the host CPU. (They let the CPU directly execute as much of the guest code as possible.). High Sierra is built for CPUs that run Intel/AMD machine code, not those that run ARM machine code. So it won't run in a pure virtual machine on an Apple Silicon Mac.
There is a project called QEMU that can do emulation. I have not been following QEMU closely, but my impression is that it is not anywhere close to being a solution for running Intel versions of macOS on Apple Silicon Macs. Not just because of the slow performance of emulators; more as in, "could you even get it to work at all?"