when you run random forest or boosted tree algorithms for all features, they give you ordered list of features according to their importance. These methods can calculate feature importance. PCA may be another option. Another one is the stepwise regression with either forward or backward selection.