There is a lot more information in this section in tidy Models with R.
You need to load a parallel backend before calling the functions in tune. For example, you can use the doParallel package:
library(doParallel)
cl <- makePSOCKcluster(parallel::detectCores(logical = FALSE))
registerDoParallel(cl)
There are a number of do{technology} packages that can be used.