If you want to run your command in parallel for each line you can use GNU Parallel
parallel -a
Each line of your file will be passed to program as an argument. By default parallel runs as many threads as your CPUs count. But you can specify it with -j