Hyper-V has two folders 'Virtual Hard Disks' and 'Virtual Machines', the first stores the virtual disks themselves and the latter stores settings, snapshots, etc.
Is there's benefit of storing these two folders on separate SSD drives to:
Increase performance - reduce chances of disk related IO bottleneck
Increasing individual SSD life longevity - 'Virtual Machines' folder stores .VMRS files which are equal to the amount of configured RAM on the guest OS, so this folder should get hit harder with disk writes on RAM intensive guest OSs and degrade the SSD faster.