That is correct, you will have to select 1 preferred path when the policy is set to Fixed.
You can find the available paths with
Get-ScsiLunPath -ScsiLun $lun
But you will have to pick one.
Most installations try to distribute the path load. In Balancing LUN Paths on your ESX Hosts with PowerShell you find a simple, but efficient, path load balancing algorithm.